Skip to content

chore: keep env example unignored - #38

Merged
max23468 merged 1 commit into
mainfrom
codex/generated-output-files-17
May 31, 2026
Merged

chore: keep env example unignored#38
max23468 merged 1 commit into
mainfrom
codex/generated-output-files-17

Conversation

@max23468

Copy link
Copy Markdown
Owner

Summary\n- remove duplicate ignore patterns that re-ignored .env.example\n- keep real env files ignored while allowing the tracked example file to remain visible to Git hygiene checks\n\n## Checks\n- git diff --check\n- git ls-files -ci --exclude-standard\n- Codex feedback inbox checked via gh issue view

@max23468
max23468 merged commit 63ffe3e into main May 31, 2026
3 checks passed
@max23468
max23468 deleted the codex/generated-output-files-17 branch May 31, 2026 23:22

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

.env.*

P2 Badge Ignora anche i file .envrc locali

Con questa modifica restano ignorati solo .env e .env.*, quindi in ambienti che usano direnv file locali come .envrc o .envrc.local non vengono più esclusi (verificato con git check-ignore: .env.local matcha, .envrc no). Se lì finiscono token SMTP/Vercel o altre variabili locali, tornano visibili a git status e possono essere committati per errore; aggiungi un pattern specifico per .envrc* senza re-ignorare .env.example.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant